/* Smartphones (portrait and landscape) ----------- */
/*I phone 6/7/8/x, 6/7/8/x, plus, pixel, pixel 2 XL, */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

.logo {
    line-height: 30px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index:1;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 30px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
    }

}
.stylish{
    background-color: #f8d706;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

  p{
    justify-content: space-around;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px

}

.features{
      margin-top: 80px;
      margin-bottom: 0px;
      font-size: 60px;
      text-align: center;
      font-weight: bold
}

.top{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: Black;
  font-size: 40px;
  padding-top: 350px;
  font-weight: bolder;
}

img{
    width: 100%;
    height: auto;
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: auto;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center

}

.fas{
  color: white;
  font-size: 40px;
}
} 

/* Smartphones (portrait and landscape) ----------- */
/*Galaxy S5, ihpone 5/SE */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
}

.logo {
    line-height: 30px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 30px;
    z-index:1;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 30px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

.menu-icon .fa{
    font-size: 30px
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
    }

}
.stylish{
    background-color: #f8d706;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

  .body-paragraph{
    justify-content: space-around;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 22px;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px; 
    margin-bottom: 30px

}

.features{
      margin-top: 80px;
      margin-bottom: 0px;
      font-size: 30px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase
}

.top{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: Black;
  font-size: 20px;
  padding-top: 300px;
  font-weight: bolder;
}

img{
    width: 110%;
    height: auto;
    text-align: center;
    margin-left: -15px
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706;
    margin-top: 40px
  
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 40px;
  margin-bottom: 0px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: auto;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;
  font-size: 14px

}

.fas{
  color: white;
  font-size: 40px;
}
} 

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden
}

html{
  overflow-x: hidden 
}

/*Navigation bar*/
.logo {
    line-height: 50px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 5;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
          z-index: 1px;
    }
}

.stylish{
    background-color: #f8d706;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

  .body-paragraph{
    justify-content: space-around;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 22px;
    margin-top: 20px;
    margin-right: 05px;
    margin-left: 50px; 
    margin-bottom: 30px;

}

.features{
      margin-top: 50px;
      margin-bottom: 0px;
      font-size: 40px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase
}

.top{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: Black;
  font-size: 40px;
  padding-top: 350px;
  font-weight: bolder;
}

img{
    width: 100%;
    height: 250px;
    margin-top: 15px
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 200px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;
  font-size: 10px

}

.fas{
  color: white;
  font-size: 40px;
}
} 

/* iPads pro (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
}

.logo {
    line-height: 40px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #f8d706;
    font-weight: b  old;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index:1;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav.black ul a{
  color: white;
}
nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
    font-weight: bolder
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
    }

}
.stylish{
    background-color: #f8d706;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

  .body-paragraph{
    justify-content: space-around;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 22px;
    margin-top: 20px;
    margin-right: 05px;
    margin-left: 5px; 
    margin-bottom: 30px;

  }

.features{
      margin-top: 40px;
      margin-bottom: 0px;
      font-size: 50px;
      text-align: center;
      font-weight: bold
}

.top{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: Black;
  font-size: 40px;
  padding-top: 350px;
  font-weight: bolder;
}

img{
    width: 100%;
    height: 272px;
    margin-top: 0px
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 150px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;
  font-size: 15px

}

.fas{
  color: white;
  font-size: 40px;
}
} 

/*Laptop and Desktop screen*/
.hr{
  margin-top: -25%;
  margin-bottom: -10%;
}
@media only screen  and (min-width : 1224px) {
  * {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}
/*Form*/
label{
  color: white;
}

option{
  background: #262626;
  color: white;
}

::placeholder{
  color: white !important;
}

.form-control{
  background: none;
  border-color: #262626;
}

.form-control:focus {
  background: none;
  border-color: black;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 241, 96, .3);
}

.form-control:hover {
  background-color: none;
  border-color: black;
  color: black ;
}

input[type=text]{
padding:10px;
color: #262626;
height: 30px;
}


input[type=email]{
padding:10px;
color: #262626;
height: 30px;
}
.hr{
  margin-top: -7%;
  margin-bottom: -2%;
}
.logo {
  
  line-height: 30px;
  position: fixed;
  float: left;
  margin-bottom: 100px;
  padding-top: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
  z-index:1;
}

nav ul {
  line-height: 30px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 40px;
  transition: 1s;
}

nav.black ul {
  background: #000;
}

nav ul li {
  text-transform: uppercase;
  display: inline-block;
  padding:  15px;
  padding-right: 10px;
}

nav ul li a {
  text-decoration: none;
  color: #f8d706;
  font-size: 13px;
  font-weight: bolder
}

nav ul li a:hover {
  text-decoration: none;
  color: #f8d706;
  font-size: 13px;
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: #000;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

@media(max-width: 786px) {

  .logo {
        position: fixed;
        top: 0;
        margin-top: 16px;
  }

  nav ul {
        max-height: 0px;
        background: #000;
  }

  nav.black ul {
        background: #000;
  }

  .showing {
        max-height: 34em;
  }

  nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        text-align: left;
  }

  .menu-icon {
        display: block;
  }

}
.stylish{
  background-color: #f8d706;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50px;
  transition-duration: 0.4s;
}

.stylish:hover {
  background-color:white;
  color: #f8d706;
  border: 1px solid #f8d706;
}

.body-paragraph{
  justify-content: space-around;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 22px;
  margin-top: 20px;
  margin-right: 05px;
  margin-left: 5px; 
  margin-bottom: 30px;

}

.features{
    margin-top: 80px;
    margin-bottom: 0px;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase
}

.top{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: Black;
  font-size: 40px;
  padding-top: 350px;
  font-weight: bolder;
}

img{
  width: 100%;
  height: auto;
}

/*Footer*/
.middle{
  text-align: center
}
.btn{
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #262622;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -15px white;
  color: #f8d706;
  overflow: hidden;
  position: relative;
  border-color: #f8d706
}

.btn i{
line-height: 90px;
font-size: 26px;
transition: 0.2s linear
}

.btn:hover i{
transform: scale(1.3);
color: white;
}

.btn::before{
content: "";
position: absolute;
width: 120%;
height: 120%;
background: #f8d706;
transform: rotate(45deg);
left: -110%;
top: 90%;
}

.btn:hover::before{
animation: aaa 0.7s 1;
top: -10%;
left: -10%;
}

@keyframes aaa{
0%{
      left: -110%;
      top: 90%;
}50%{
      left: 10%;
      top:  -30%;
}100%{
      top: -10%;
      left: -10%
}
}


footer{
width: 100%;
background: #262622;
}

.single-contact-details {
border: 1px solid #f8d706;
margin-top: 50px;
margin-bottom: 50px;
border-radius: 10px;
padding: 10px 5px;
width: 100%;
height: 150px;

}

.single-contact-details:hover {
background-color: #f8d706;
color: #fff;
transition: all 0.35s;
transform: scale(1.1, 1.1);

}

.footer-heading{
color: white;
text-align: center;
font-size: 20px;

}

.footer-para{
color: white;
text-align: center;
font-size: 18px

}

.fas{
color: white;
font-size: 40px;
}
}
